home *** CD-ROM | disk | FTP | other *** search
- set("/Variables:ChienGrogne",false);
- if(_root.CacheChien.hitTest(_root.Meg._x,_root.Meg._y,true))
- {
- set("/Variables:Stoppe",true);
- tellTarget("_root.Animatiques")
- {
- gotoAndStop("ChienMord");
- }
- tellTarget("_root")
- {
- gotoAndStop("Tab1Stoppe");
- }
- set("/Variables:FrameTab1Chien",1);
- gotoAndStop(1);
- }
-